An SDK client is most typically used by a third party developer who wants to build a custom application that relies on the TurboCAD SDK's ability to load and view files and manipulate graphic data. The client can be written as a standalone application, a Java applet or component, or as an ActiveX control (OCX).
Client Applications
We have written a sample application called "Preview" which is written in four languages, that demonstrates many of the basic objects and methods that a typical client will need to use. In addition, we have included an application that does nothing but monitor events fired by TurboCAD.
- Visual Basic Preview Application
- Delphi Preview Application
- Java Preview Application
- Visual C++ Preview Application
- Visual C++ Event Monitor Application
ActiveX Controls
We include a sample ActiveX control that opens a drawing file when it's FileName property is set. In addition the control exposes AllLayers and HiddenLayers properties that control which layers in the current file are displayed.
SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums